home *** CD-ROM | disk | FTP | other *** search
- object UninstallDlg: TUninstallDlg
- Left = 280
- Top = 146
- Width = 544
- Height = 375
- Caption = 'Uninstall programs'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- DesignSize = (
- 536
- 321)
- PixelsPerInch = 96
- TextHeight = 13
- object StatusBar: TStatusBar
- Left = 0
- Top = 302
- Width = 536
- Height = 19
- Panels = <>
- SimplePanel = True
- SizeGrip = False
- end
- object ListView: TListView
- Left = 8
- Top = 8
- Width = 520
- Height = 286
- Hint = 'Click on column titles to sort'
- Anchors = [akLeft, akTop, akRight, akBottom]
- Columns = <
- item
- Caption = 'Application'
- Width = 250
- end
- item
- Caption = 'Uninstall Command'
- Width = 500
- end
- item
- Caption = 'Registry Key'
- Width = 150
- end
- item
- Caption = 'Install path'
- Width = -1
- WidthType = (
- -1)
- end>
- GridLines = True
- HideSelection = False
- ReadOnly = True
- RowSelect = True
- ParentShowHint = False
- ShowHint = True
- SortType = stText
- TabOrder = 1
- ViewStyle = vsReport
- OnDblClick = Edithighlightedapplicationsuninstallcommand1Click
- end
- object MainMenu: TMainMenu
- Images = MainForm.imagesMenu
- Left = 48
- Top = 88
- object Options1: TMenuItem
- Caption = '&Options'
- object Uninstallhighlightedprogram1: TMenuItem
- Caption = '&Uninstall highlighted program'
- ImageIndex = 8
- ShortCut = 16469
- OnClick = Uninstallhighlightedprogram1Click
- end
- object Removereferencefromregistry1: TMenuItem
- Caption = '&Remove reference from registry'
- ImageIndex = 9
- ShortCut = 16466
- OnClick = Removereferencefromregistry1Click
- end
- object Edithighlightedapplicationsuninstallcommand1: TMenuItem
- Caption = '&Edit highlighted application'#39's uninstall command'
- ImageIndex = 13
- ShortCut = 16453
- OnClick = Edithighlightedapplicationsuninstallcommand1Click
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object Close1: TMenuItem
- Caption = '&Close'
- ImageIndex = 3
- ShortCut = 16451
- OnClick = Close1Click
- end
- end
- end
- end
-